Skip to content

Conversation

@csviri
Copy link
Collaborator

@csviri csviri commented Nov 20, 2025

Added sample screenshots.

Signed-off-by: Attila Mészáros <[email protected]>
Signed-off-by: Attila Mészáros <[email protected]>
Signed-off-by: Attila Mészáros <[email protected]>
@openshift-ci openshift-ci bot requested review from metacosm and xstefank November 20, 2025 16:46
@csviri csviri changed the title claude docs Generating Test Index Nov 20, 2025
@csviri csviri linked an issue Nov 20, 2025 that may be closed by this pull request
@csviri
Copy link
Collaborator Author

csviri commented Nov 20, 2025

image

@csviri
Copy link
Collaborator Author

csviri commented Nov 20, 2025

image

Signed-off-by: Attila Mészáros <[email protected]>
@csviri csviri changed the title Generating Test Index docs: generating test index Nov 20, 2025
@csviri csviri changed the title docs: generating test index feat(docs): generating test index Nov 20, 2025
Signed-off-by: Attila Mészáros <[email protected]>
@csviri
Copy link
Collaborator Author

csviri commented Nov 21, 2025

An improvement would be also to have categories based on packages, that we can do as a separate PR.

Copy link
Collaborator

@xstefank xstefank left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice feature, well done!

Comment on lines +21 to +25
description =
"Demonstrates how to implement cleanup handlers (finalizers) for built-in Kubernetes"
+ " resources like Service and Pod. These resources don't use generation the same way"
+ " as custom resources, so this sample shows the proper approach to handle their"
+ " lifecycle and cleanup logic.")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are past JDK 17 so I would rewrite these all to """

Suggested change
description =
"Demonstrates how to implement cleanup handlers (finalizers) for built-in Kubernetes"
+ " resources like Service and Pod. These resources don't use generation the same way"
+ " as custom resources, so this sample shows the proper approach to handle their"
+ " lifecycle and cleanup logic.")
description = """
Demonstrates how to implement cleanup handlers (finalizers) for built-in Kubernetes
resources like Service and Pod. These resources don't use generation the same way
as custom resources, so this sample shows the proper approach to handle their
lifecycle and cleanup logic.""")

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh, yes will do, thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generate Docs from Integration Test

2 participants